







[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Overload List
Name | Description | |
---|---|---|
![]() ![]() | Explicit(KeyValuePair<(Of <TFirst, TSecond>)>) |
Converts a KeyValuePair structure into a Pair. The
First element gets the Key, and the Second element gets the Value.
|
![]() ![]() | Explicit(Pair<(Of <TFirst, TSecond>)>) |
Converts a Pair to a KeyValuePair. The Key part of the KeyValuePair gets
the First element, and the Value part of the KeyValuePair gets the Second
elements.
|
See Also
Pair<(Of <TFirst, TSecond>)> Structure
Pair<(Of <TFirst, TSecond>)> Members
Wintellect.PowerCollections Namespace